ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / ChartSeriesBase<T> Class / Style Property






In This Topic
    Style Property (ChartSeriesBase<T>)
    In This Topic
    Gets or sets the series style.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Style As SVGStyle
    'Usage
     
    
    Dim instance As ChartSeriesBase(Of T)
    Dim value As SVGStyle
     
    value = instance.Style
    public SVGStyle Style {get;}
    public read-only property Style: SVGStyle; 
    public function get Style : SVGStyle
    public: __property SVGStyle* get_Style();
    public:
    property SVGStyle^ Style {
       SVGStyle^ get();
    }
    See Also